.nav-list a:hover img {
    filter: sepia() saturate(100000%) hue-rotate(204deg)
}

.page-list a {
    display: flex;
    align-items: center;
}

.page-list a:hover img,
.page-list li.page-on {
    filter: sepia() saturate(100000%) hue-rotate(204deg)
}

.page-list li img {
    vertical-align: middle;
    margin-right: 12px;
}

.au-text-cont iframe {
    width: 100%;
    height: 620px;
}

.cu-info .con {
    line-height: 36px;
    font-size: 15px;
}

/* label：方框没了 img：地图没了 div：图标没了 */
#map img {
    max-width: none !important;
}

/* 地图 */
#map {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    font-size: 12px;
}

/* job */
#myjob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#myjob input {
    width: 49%;
    outline: none;
    margin-bottom: 10px;
}

#myjob textarea {
    width: 100%;
    border: 1px solid #dedede;
    color: #999;
    padding: 10px;
    height: 120px;
    outline: none;
}

#myjob button {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    background-color: #4d4d4d;
    color: white;
    margin-top: 10px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

#myjob button:hover {
    background-color: #003894;
}

.caseD-t-text .case-note {
    margin-top: 30px;
}

.con-img {
    text-align: center;
}

.proD-video-cont {
    line-height: 30px;
}

.nolist {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: #15499B;
}

/* 首页关于我们 */
.about-img {
    margin-bottom: 10px;
}

.about-img img {
    width: 100%;
}

.i-aboutIframe {
    width: 100%;
    height: 380px;
}

.floor_5_main {
    padding-bottom: 20px;
}

.out1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.out2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.about-video-iframe {
    width: 100%;
    height: 100%;
}


.proD-video-cont table {
    width: 100% !important;
    display: block;
    margin: 10px auto;
    overflow-x: auto;
}

.proD-video-cont tbody {
    display: block;
    width: 100% !important;
    margin: 10px auto;
}
.proD-video-cont td {
    width: auto;
    border: 1px #ddd solid !important;
    padding: 10px !important;
    /* white-space: nowrap; */
    /* background-color: #333; */
    background-color: white;
    /* background-color: #15499c; */
    color: white;
}
.proD-video-cont td,.proD-video-cont p,.proD-video-cont span{
    color: #333 !important;
}